#timeline {
	margin: 0px auto;
	width: 1200px;
	height: 380px;
	overflow: hidden;
	background-image: url(../images/licbg.png);
	background-repeat: no-repeat;
	background-position: center 45px;
}
#dates {
	width: 1200px; overflow: hidden;margin: 0px auto; margin-bottom:40px;
}
#dates li {
	width: 94px; height: 90px; text-align: center; font-size: 16px; float: left;
}
#dates a {
	width: 94px; height: 90px; line-height: 60px; display: block;;
}
#dates .selected {
	background: url("../images/licbgt.png") no-repeat bottom; font-size: 18px; font-weight: bold;color:#263760;
}
#issues {
	width: 1200px; height: 350px; overflow: hidden;margin: 0px auto;
}
#issues li {
	list-style: none; width: 1200px; height: 350px; float: left;;
}
#issues li dl {
width: 800px; height:300px; overflow:hidden; margin-left:100px;;
}

#issues li dl dt{
width: 350px; float:left; margin-right:50px;
}
.zlpic{width:350px;text-align:center; height:200px;
display: table-cell;
vertical-align:middle;
text-align:center;
background-color: #ffffff;
border-radius:10px;
}

#issues li dl dt img{
max-width: 350px;
max-height:200px
}

#issues li dl dd{
width: 400px; float:right; line-height:22px; font-size:14px;
}
#issues li dl h3{ font-family:20px; line-height:40px;}
#issues li dl p{height:132px; overflow:hidden; margin-bottom:10px;}

#next {
	top: 180px; width: 100px; height: 100px; text-align: right; color: rgb(113, 54, 17); line-height: 100px; overflow: hidden; font-family: "ËÎÌå"; font-size: 80px; position: absolute;color:#263760;
}
#prev {
	top: 180px; width: 100px; height: 100px; text-align: left; color: rgb(113, 54, 17); line-height: 100px; overflow: hidden; font-family: "ËÎÌå"; font-size: 80px; position: absolute;color:#263760;
}
#next {
	right: 200px;
}
#prev {
	left: 0;
}
.disabled#next {
	opacity: 0.2;
}
.disabled#prev {
	opacity: 0.2;
}
.exhibition {
	top: 130px; width: 120px; height: 100px; text-align: center; line-height: 50px; overflow: hidden; font-size: 20px; position: absolute;background-color: #EDB32D; padding:40px 10px;border-radius:10px; right:0px;
}

.exhibition i{ display:block; font-size:16px;}
